Skip to content

Commit 6ba76e0

Browse files
committed
Add readme contents
1 parent 827122a commit 6ba76e0

File tree

1 file changed

+52
-50
lines changed

1 file changed

+52
-50
lines changed

README.md

Lines changed: 52 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1,70 +1,72 @@
1-
# Getting Started with Create React App
1+
# React & TailwindCSS Portfolio - With Dark Mode
22

3-
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
3+
A simple portfolio starter theme built with React and TailwindCSS. This is a simple portfolio theme and its geared towards beginners. This is the React version of [vuejs-tailwindcss-portfolio](https://github.com/NangialaiStoman/vuejs-tailwindcss-portfolio).
44

5-
## Available Scripts
5+
![React-TailwindCSS-Portfolio](https://user-images.githubusercontent.com/16396664/140909796-815239e4-a986-46ad-bbd0-4b166127bbb8.JPG)
66

7-
In the project directory, you can run:
7+
## Demo URL
88

9-
### `yarn start`
9+
[https://react-tailwindcss-portfolio.netlify.com](https://react-tailwindcss-portfolio.netlify.com)
1010

11-
Runs the app in the development mode.\
12-
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
11+
## Features
1312

14-
The page will reload if you make edits.\
15-
You will also see any lint errors in the console.
13+
- Simple and responsive design
14+
- [React](https://reactjs.org) with [React Router v6](https://reactrouter.com)
15+
- [Tailwind CSS v2](https://tailwindcss.com)
16+
- Theme Switcher with Dark Mode
17+
- Context API
18+
- Transitions & Animations
19+
- Counter
20+
- Projects filter by category
21+
- Projects filter by search
22+
- Projects carousel
23+
- Smooth scroll
24+
- Dynamic forms
25+
- Back to top button
26+
- Download file button
1627

17-
### `yarn test`
28+
## Installation
1829

19-
Launches the test runner in the interactive watch mode.\
20-
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
30+
1. ##### Make sure you have Node JS installed. If you don't have it:
2131

22-
### `yarn build`
32+
- [Download it from nodejs.org](https://nodejs.org)
33+
- [Install it using NVM ](https://github.com/nvm-sh/nvm)
34+
- If you're on Mac, Homebrew is a good option too:
2335

24-
Builds the app for production to the `build` folder.\
25-
It correctly bundles React in production mode and optimizes the build for the best performance.
36+
```
37+
brew install node
38+
```
2639

27-
The build is minified and the filenames include the hashes.\
28-
Your app is ready to be deployed!
40+
2. ##### Clone the repo:
2941

30-
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
42+
```
43+
git clone https://github.com/NangialaiStoman/react-tailwindcss-portfolio.git
44+
```
3145

32-
### `yarn eject`
46+
3. ##### Open the project folder:
3347

34-
**Note: this is a one-way operation. Once you `eject`, you can’t go back!**
48+
```
49+
cd react-tailwindcss-portfolio
50+
```
3551

36-
If you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.
52+
4. ##### Install packages and dependencies:
3753

38-
Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.
54+
```
55+
yarn install
56+
```
3957

40-
You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.
58+
5. ##### Start a local dev server at `http://localhost:3000`:
4159

42-
## Learn More
60+
```
61+
yarn start
62+
```
4363

44-
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
64+
## Notes
4565

46-
To learn React, check out the [React documentation](https://reactjs.org/).
47-
48-
### Code Splitting
49-
50-
This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)
51-
52-
### Analyzing the Bundle Size
53-
54-
This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)
55-
56-
### Making a Progressive Web App
57-
58-
This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)
59-
60-
### Advanced Configuration
61-
62-
This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)
63-
64-
### Deployment
65-
66-
This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)
67-
68-
### `yarn build` fails to minify
69-
70-
This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)
66+
- Always run `yarn install` after pulling new changes
67+
- I'll be constantly updating this repo as I'll be adding more sections to it, so please always check the projects section of this repo to see what tasks are under todo and in progress
68+
- Coming Soon [I'll be doing a screencast](https://www.youtube.com/c/StomanStudio). Soon I'll be uploading a video to my YouTube channel where I'll be going through the process of creating this portoflio
69+
- Illustrations from [unDraw](https://undraw.co) and [Freepik](https://freepik.com)
70+
- Images from [Unsplash](https://unsplash.com)
71+
- Feel free to use it as your own portfolio
72+
- Contributions are welcome

0 commit comments

Comments
 (0)