Skip to content

dev-nilo/expert-note

Repository files navigation

Expert Note

Expert Note is a note-taking web application developed during Rocketseat's Next Level Week (NLW) intensive course. Built with modern web technologies, it offers a sleek and responsive interface for creating and managing notes efficiently.

🚀 Features

  • Create Notes: Easily add new notes with a title and content.
  • Responsive Design: Optimized for various devices, ensuring a seamless experience on desktops, tablets, and mobile phones.
  • Fast Performance: Leveraging Vite for rapid development and optimized builds.

🛠️ Technologies Used

  • React: JavaScript library for building user interfaces.
  • TypeScript: Superset of JavaScript that adds static typing.
  • Tailwind CSS: Utility-first CSS framework for rapid UI development.
  • Vite: Next-generation frontend tooling for fast and lean development.

📦 Getting Started

To run this project locally:

  1. Clone the repository:

    git clone https://github.com/dev-nilo/expert-note.git
    
  2. Navigate to the project directory:

    cd expert-note
    
  3. Install dependencies:

    npm install
    
  4. Start the development server:

    npm run dev
    
  5. Open your browser and go to http://localhost:5173 to view the application.

📁 Project Structure

expert-note/
├── public/             # Static assets
├── src/                # Source code
│   ├── components/     # Reusable components
│   ├── pages/          # Application pages
│   ├── App.tsx         # Main application component
│   └── main.tsx        # Entry point
├── index.html          # HTML template
├── package.json        # Project metadata and scripts
├── tailwind.config.js  # Tailwind CSS configuration
└── vite.config.ts      # Vite configuration

🤝 Contributing

Contributions are welcome! If you have suggestions or improvements, feel free to fork the repository and submit a pull request.

📄 License

This project is open-source and available under the MIT License.

Made with ❤️ by @dev-nilo

About

Next Level Week by Rocketseat intensive course - Using React, TailwindCSS and Vite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published